home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / web-data < prev    next >
Text File  |  2008-10-08  |  678b  |  23 lines

  1. # $Id: web-data 39 2006-05-02 22:41:28Z seth_arnold $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   /srv/www/htdocs/ r,
  13.   /srv/www/htdocs/** r,
  14.   # virtual hosting
  15.   /srv/www/vhosts/ r,
  16.   /srv/www/vhosts/** r,
  17.   # mod_userdir
  18.   @{HOME}/public_html/ r,
  19.   @{HOME}/public_html/** r,
  20.  
  21.   /srv/www/rails/*/public/ r,
  22.   /srv/www/rails/*/public/** r,
  23.